home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 32 / koalajr.zip / KOALAPRT.DOC < prev   
Text File  |  1986-03-13  |  3KB  |  64 lines

  1.                   PCjr KoalaPainter and KoalaPad Touch Tablet
  2.  
  3.              The KoalaPainter program for the IBM PCjr does not allow 
  4.      printing screen images. Upon request, I received a small program from 
  5.      Koala Technologies Corporation which allows one to access a 
  6.      KoalaPainter picture from another program. However, this program did 
  7.      not allow printing a copy of the screen either, apparently because it 
  8.      operates in screen 3 mode. Using this program as a base, I wrote a 
  9.      progam to allow printing of the pictures I drew with my KoalaPad. The 
  10.      program which evolved was KOALAPRT.BAS.  
  11.      
  12.  
  13.              KOALAPRT.BAS converts a KoalaPainter picture to a format that 
  14.      will properly dump to the printer. However, because it operates in 
  15.      screen 1 mode, one is limited to four colors. In order to get proper 
  16.      shading on the printer paper, either draw your pictures in four colors
  17.      or replace the colors in a existing picture with the X-Color or Fill 
  18.      functions before converting to printable format with KOALAPRT.BAS.
  19.  
  20.             To determine which colors would be the best to use in the 
  21.      pictures that I wanted to print, I used KoalaPainter to draw thick 
  22.      lines of each color, converted this picture to printable format with 
  23.      KOALAPRT.BAS and then dumped it to the printer.
  24.  
  25.              I use a separate diskette for my printing programs so as not 
  26.      to accidentally erase any pictures on the KoalaPainter diskette and 
  27.      because there is not enough room for many programs on that diskette.  
  28.      This diskette I refer to as the KOALAPRT diskette.  I use a batch file 
  29.      which invokes the GRAPHICS.COM program prior to loading the 
  30.      KOALAPRT.BAS program. I have the Microsoft memory expansion board on 
  31.      my jr so also included JBASIC.COM in the batch file.  
  32.  
  33.              The batch file I use looks like this:
  34.                                        GRAPHICS
  35.                                        JBASIC KOALAPRT
  36.  
  37.              If you do not have the Microsoft memory expansion board the 
  38.      following batch file can be used: 
  39.                                        GRAPHICS
  40.                                        BASIC KOALAPRT
  41.  
  42.              To use this program: 
  43.  
  44.      1.  Copy the GRAPHICS.COM program from the DOS disk onto the KOALAPRT 
  45.          disk.
  46.      2.  Copy the KOALAPRT.BAS program onto the KOALAPRT diskette.
  47.      3.  Create a batch file to invoke the GRAPHICS.COM program, go to 
  48.          basic and  start the KOALAPRT.BAS program.  
  49.      4.  Copy any pictures you want to print from your Koala diskette 
  50.          onto the KOALAPRT diskette.  
  51.      5.  Run your batch file and follow instructions in the KOALAPRT.BAS 
  52.          program.  
  53.  
  54.  
  55.      I hope you enjoy this as much as I do.
  56.  
  57.                 Mike Berscheid, 1102 37th Ave. N., St. Cloud, MN 56301
  58.                                    
  59.                                   
  60.      This program is released into public domain by Mike Berscheid.  May be 
  61.      distributed freely, but may NOT be included in marketed software 
  62.      without my express written consent.  
  63.  
  64.